(unify-8859-on-encoding-mode) (unify-8859-on-decoding-mode): Change
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:08:24 +0000 (03:08 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 20 May 2002 03:08:24 +0000 (03:08 +0000)
:version attributes to strings.

lisp/international/ucs-tables.el

index e2eeaa4d5614bef6a5c7462d4e2e1d76ccc2d64f..076772e3e10681ab6b1ab903d73aadb79ae12090 100644 (file)
@@ -1279,7 +1279,7 @@ can cope with separate Latin-1 and Latin-9 representations of e-acute.
 See also command `unify-8859-on-decoding-mode'."
   :group 'mule
   :global t
-  :version 21.3                                ; who knows...?
+  :version "21.3"                              ; who knows...?
   :init-value nil
   (if unify-8859-on-encoding-mode
       (ucs-unify-8859 t)
@@ -1298,7 +1298,7 @@ methods produce unified characters.
 See also command `unify-8859-on-encoding-mode'."
   :group 'mule
   :global t
-  :version 21.3                                ; who knows...?
+  :version "21.3"                              ; who knows...?
   :init-value nil
   (let ((table (if unify-8859-on-decoding-mode ucs-mule-8859-to-mule-unicode)))
     (set-char-table-parent standard-translation-table-for-decode table)